home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / windows / sb501.zip / SETUP.SPJ < prev    next >
Text File  |  1997-01-05  |  19KB  |  502 lines

  1. # Setup Builder generated ProJect file - Do not modify
  2.  
  3. FILETYPE=BUILDER_PROJECT
  4. FILEVER=315
  5. PROJDIR=C:\SB\INSTALL\
  6. APPNAME=Setup Builder
  7. DEFPATH=C:\SETUP
  8. DIRECTORY1=%InstallPath%
  9. DIRECTORY2=%InstallPath%SAMPLES
  10. DIRECTORY3=%InstallPath%OBJECTS
  11. PROJATTRIBS=1,1,1,1,0
  12. LICENSEINI=BLDR16.INI
  13. DISKLABEL=DISK
  14. COMMENTS=//~~// Setup procedure for installing/de-installing:~~//~~// SETUP / SETUP BUILDER~~//
  15. SETUPFILE=SETUP.SCR
  16. ENCRIPT=0
  17. RESERVE=40
  18. SPLITSIZE=100
  19. SPACEREQD=0
  20. OPTIONALFILES=1,1,0,1,1,1,1
  21. COMPANY=GPPSoftware
  22. OPTINSTALL1=Install the %Application% software
  23. OPTINSTALL2=Install Sample Objects
  24. OPTINSTALL3=Install General Samples
  25. PMGROUP=0,1,0,1,0,0
  26. GRPCAPFILE=%Application%
  27. LANGUAGE=0
  28. SETUPMSG=Starting %Application% Setup...
  29. CAPTION=Setup
  30. NEXTDISK=Please insert the diskette labelled '$'
  31. WELCOME1=Welcome to the %Application% Installation Program.
  32. WELCOME2=This program will install the %Application% software in the directory you specify on your hard disk.
  33. ABOUT=(Compuserve ID: 100105,536)||Setup is supplied with the Setup Builder|software and is the copyright of G.Plowman
  34. DEINST1=Please make a selection from the following options:
  35. DEINST2=
  36. DEINST3=Un-Install %Application%
  37. DEINST4=The %Application% software is about to be removed from your machine.||All files, directories and the appropriate Program Manager Group will be deleted.||Are you sure you wish to continue ?
  38. DEINST5=De-installation aborted - the %Application% software has not been deinstalled.
  39. DEINST6=The %Application% software has been successfully de-installed.
  40. DEINST7=To re-install the %Application% software you should re-run this installation program.
  41. DEINST8=The %Application% software has not been correctly installed.
  42. DEINST9=The De-installation procedure is unable to de-install the %Application% software.
  43. ASKPATH1=The install program will copy the %Application% files into the following directory:
  44. SPACECHECK1=The %Application% software requires %Required% bytes of disk space and there is only %Space% bytes free on your %InstallDrive% drive.||Do you wish to continue to install the software ?
  45. INUSE1=Setup has found that the file:||$||is already in use by Windows.||Do you wish to overwrite it anyway ?
  46. MAKEGRP=Setup can create a Program Manager group|for the %Application% application.||Do you wish to create a Program|Manager group and icons ?
  47. LICENSE1=Please enter the following licensing information for the %Application% software:
  48. ERROR1=An error occured during installation of the %Application% software.
  49. ERROR2=|The %Application% software has not been fully installed.
  50. QUIT1=Installation has been terminated. You should re-run this installation program at a later time to install %Application%.
  51. QUIT2=|The %Application% software has not been installed.
  52. SUCCESS1=|%Application% installation has been successfully completed.
  53. SUCCESS2=
  54. DIRERROR1=|Failed to create the installation directory '%MakeDir%'.
  55. DIRERROR2=|Unable to install the %Application% software in the specified directory.
  56. BACKDROPRES1=(Default)
  57. BACKDROPRES2=(Default)
  58. BACKDROPRES3=(Default)
  59. BACKDROPRES4=(Default)
  60. BACKDROPRES5=DEFAULTBACKDROP
  61. BITMAP1=C:\SWM\GPSOFT3.BMP
  62. BITMAP2=C:\SB\SAMPLES\DIAMOND.BMP
  63. OBJECT1=C:\SB\OBJECTS\DEFAULT.BKD
  64. OBJECT2=C:\SB\INSTALL\CUECARD1.CUE
  65. OBJECT3=C:\SB\INSTALL\CUECARD2.CUE
  66. OBJECT4=C:\SB\INSTALL\CUECARD3.CUE
  67. OBJECT5=C:\SB\INSTALL\CUECARD4.CUE
  68. OBJECT6=C:\SB\INSTALL\CUECARD5.CUE
  69. OBJECT7=C:\SB\INSTALL\CUECARD6.CUE
  70. USERCODE1=// Find out what is or is not installed so we~~// can prompt the user with what still needs installing~~CheckExists("%InstallPath%*.EXE")~~SET %Option1% = NOT %ERROR%~~~~CheckExists("%InstallPath%SAMPLES\*.*")~~SET %Option2% = NOT %ERROR%~~~~CheckExists("%InstallPath%OBJECTS\*.*")~~SET %Option3% = NOT %ERROR%~~
  71. USERCODE2=// Save the install version~~IF "#INSTVER#" == "INST16" WriteProfileString("Install", "Version", "5.01.000", "%IniFile%")~~IF "#INSTVER#" == "INST16" WriteProfileString("Install", "DefaultBackdrop", "%InstallPath%OBJECTS\DEFAULT.BKD", "%IniFile%")~~IF "#INSTVER#" == "INST32" RegWriteSetting(2, "SOFTWARE\%Company%\%Application%\Install", "Version", "5.01.000")~~IF "#INSTVER#" == "INST32" RegWriteSetting(2, "SOFTWARE\%Company%\%Application%\Install", "DefaultBackdrop", "%InstallPath%OBJECTS\DEFAULT.BKD")~~~~// Make the temporary directory~~MkDir("%WindowsDirectory%TEMP")~~IF "#INSTVER#" == "INST16" WriteProfileString("Install", "TempPath", "%WindowsDirectory%TEMP", "%IniFile%")~~IF "#INSTVER#" == "INST32" RegWriteSetting(2, "SOFTWARE\%Company%\%Application%\Install", "TempPath", "%WindowsDirectory%TEMP")~~~~// Set the copy dialog position for small screens so that~~// the user can see the cue cards~~GetScreenWidth(%Width%)~~IF %Width% <= 800 CentreDialog(2, 2)~~
  72. USERCODE3=// Reset dialog centering~~CentreDialog(3, 3)~~~~// License - check for old versions first~~GetProfileString("License", "Registration", "", "BUILDER.INI", %LStr%)~~IF "%LStr%" == "" GOTO :NOBUILDER~~IF "#INSTVER#" == "INST16" WriteProfileString("License", "Registration", "%LStr%", "%IniFile%")~~IF "#INSTVER#" == "INST32" RegWriteSetting(2, "SOFTWARE\%Company%\%Application%\License", "Registration", "%LStr%")~~:NOBUILDER~~IF "#INSTVER#" == "INST16" GetProfileString("License", "Registration", "", "%IniFile%", %LStr%)~~IF "#INSTVER#" == "INST32" RegGetSetting(2, "SOFTWARE\%Company%\%Application%\License", "Registration", "", %LStr%)~~IF "%LStr%" != "" GOTO :GOTIT~~GetLicense(%License%)~~IF "#INSTVER#" == "INST16" WriteProfileString("License", "Registration", "%License%", "%IniFile%")~~IF "#INSTVER#" == "INST32" RegWriteSetting(2, "SOFTWARE\%Company%\%Application%\License", "Registration", "%License%")~~:GOTIT~~~~// Tell Setup Builder where to find some files for creating install disks~~IF "#INSTVER#" == "INST16" WriteProfileString("Executables", "Setup", "%InstallPath%setup.exe", "%IniFile%")~~IF "#INSTVER#" == "INST16" WriteProfileString("Executables", "DeInstall", "%InstallPath%deinst.exe", "%IniFile%")~~IF "#INSTVER#" == "INST16" WriteProfileString("Executables", "Inst16", "%InstallPath%inst16.exe", "%IniFile%")~~IF "#INSTVER#" == "INST16" WriteProfileString("Executables", "Inst32", "%InstallPath%inst32.exe", "%IniFile%")~~IF "#INSTVER#" == "INST16" WriteProfileString("Executables", "Cleanup", "%InstallPath%cleanup.exe", "%IniFile%")~~IF "#INSTVER#" == "INST16" WriteProfileString("Install", "ImportList", "%InstallPath%IMPORT.INI", "%IniFile%")~~~~IF "#INSTVER#" == "INST32" RegWriteSetting(2, "SOFTWARE\%Company%\%Application%\Executables", "Setup", "%InstallPath%setup.exe")~~IF "#INSTVER#" == "INST32" RegWriteSetting(2, "SOFTWARE\%Company%\%Application%\Executables", "DeInstall", "%InstallPath%deinst.exe")~~IF "#INSTVER#" == "INST32" RegWriteSetting(2, "SOFTWARE\%Company%\%Application%\Executables", "Inst16", "%InstallPath%inst16.exe")~~IF "#INSTVER#" == "INST32" RegWriteSetting(2, "SOFTWARE\%Company%\%Application%\Executables", "Inst32", "%InstallPath%inst32.exe")~~IF "#INSTVER#" == "INST32" RegWriteSetting(2, "SOFTWARE\%Company%\%Application%\Executables", "Cleanup", "%InstallPath%cleanup.exe")~~IF "#INSTVER#" == "INST32" RegWriteSetting(2, "SOFTWARE\%Company%\%Application%\Install", "ImportList", "%InstallPath%IMPORT.INI")~~~~// Delete the old DOSEXEC.PIF to fix compression errors~~Delete("%WindowsDirectory%DOSEXEC.PIF")~~~~// Delete old import file~~Delete("%WindowsDirectory%IMPORT.INI")
  73. USERCODE4=// Create some extra icons~~IF %PmGrp% == IDNO GOTO :NOICONS~~IF "#INSTVER#" == "INST16" MakeIcon("License Administrator", "%InstallPath%LADMIN16.EXE", "%IniFile%")~~IF "#INSTVER#" == "INST32" MakeIcon("License Administrator", "%InstallPath%LADMIN32.EXE", "%Application%")~~MakeIcon("Australian Order Form", "%InstallPath%PRNT.BAT", "%InstallPath%ORDERAUS.TXT")~~MakeIcon("UK Order Form", "%InstallPath%PRNT.BAT", "%InstallPath%ORDERUK.TXT")~~MakeIcon("Setup", "%CurrentDrive%\SETUP.EXE", "", "%InstallPath%SETUP.EXE")~~MakeIcon("Install", "%CurrentDrive%\INSTALL.EXE", "", "%InstallPath%SETUP.EXE")~~~~// Delete unwanted icons~~DeleteIcon("Setup Builder")    // Remove old icon~~IF "#INSTVER#" == "INST16" DeleteIcon("Setup Builder (32-bit)")~~IF "#INSTVER#" == "INST32" DeleteIcon("Setup Builder (16-bit)")~~:NOICONS~~~~// File association - Windows 3.x only~~IF "#INSTVER#" == "INST32" GOTO :NOASSOC~~MessageBox("Setup can install a file association|for File Manager with .SCR and .INF files.||Do you wish to install this association ?", "%Caption%", MB_YESNO, MB_ICONQUESTION)~~IF %ERROR% == IDNO GOTO :NOASSOC~~IF "#INSTVER#" == "INST16" WriteProfileString("Extensions", "inf", "%InstallPath%inst16.exe ^.inf", "WIN.INI")~~IF "#INSTVER#" == "INST16" WriteProfileString("Extensions", "scr", "%InstallPath%inst16.exe ^.scr", "WIN.INI")~~:NOASSOC
  74. USERCODE5=MessageBox("Do you wish to view the|extra installation notes ?", "%Caption%", MB_YESNO, MB_ICONQUESTION)~~IF %ERROR% == IDNO GOTO :NONOTES~~~~WinExec("notepad.exe %InstallPath%README.TXT")~~:NONOTES~~
  75. USERCODE6=// Remove older version's files~~Delete("%WindowsDirectory%DOSEXEC.PIF")~~~~// Remove extraneous files~~Delete("%InstallPath%SAMPLES\*.*")~~Delete("%InstallPath%OBJECTS\*.*")~~~~Delete("%WindowsDirectory%BUILDER.INI")~~Delete("%InstallPath%BUILDER.EXE")~~Delete("%InstallPath%INST.EXE")~~Delete("%InstallPath%SETUP.SCR")~~Delete("%InstallPath%LADMIN.EXE")~~Delete("%InstallPath%DIBAPI.DLL")~~Delete("%InstallPath%DIBAPI16.DLL")~~Delete("%InstallPath%TS.HLP")~~~~// Help file .GID files~~SetFileAttr("%InstallPath%BUILDER.GID", 0, 0, 0, 0)~~SetFileAttr("%InstallPath%SETUP.GID", 0, 0, 0, 0)~~SetFileAttr("%InstallPath%TS.GID", 0, 0, 0, 0)~~Delete("%InstallPath%*.GID")~~~~// Finally file manager item~~IF "#INSTVER#" == "INST16" WriteProfileString("Extensions", "inf", "", "WIN.INI")~~IF "#INSTVER#" == "INST16" WriteProfileString("Extensions", "scr", "", "WIN.INI")~~
  76. USERCODE7=
  77. USERCODE8=
  78. USERCODE9=
  79. USERCODE10=
  80. USERCODE11=
  81. USERCODE12=
  82. FILE1=C:\SB\SETUP\SETUP.EXE
  83. TARGET1=%InstallPath%
  84. COMMENT1=Copying: Interpreter Executable
  85. CUECARD1=WELCOMECARD
  86. ICONTEXT1=
  87. PARAMS1=
  88. ICONINFO1=0,
  89. DEFPATH1=
  90. OVERTEXT1=
  91. FLAGS1=0,0,0,0,0,1,0,0,0,0,1,0,EX_
  92. FILE2=C:\SB\INST\INST16\INST16.EXE
  93. TARGET2=%InstallPath%
  94. COMMENT2=Copying: 16-bit Interpreter Executable
  95. CUECARD2=(Current)
  96. ICONTEXT2=
  97. PARAMS2=
  98. ICONINFO2=0,
  99. DEFPATH2=
  100. OVERTEXT2=
  101. FLAGS2=0,0,0,0,0,1,1,0,0,0,1,0,EX_
  102. FILE3=C:\SB\INST\INST32\INST32.EXE
  103. TARGET3=%InstallPath%
  104. COMMENT3=Copying: 32-bit Interpreter Executable
  105. CUECARD3=(Current)
  106. ICONTEXT3=
  107. PARAMS3=
  108. ICONINFO3=0,
  109. DEFPATH3=
  110. OVERTEXT3=
  111. FLAGS3=0,0,0,0,0,1,1,0,0,0,1,0,EX_
  112. FILE4=C:\SB\CLEANUP\CLEANUP.EXE
  113. TARGET4=%InstallPath%
  114. COMMENT4=Copying: Interpreter Executable
  115. CUECARD4=PROMO1
  116. ICONTEXT4=
  117. PARAMS4=
  118. ICONINFO4=0,
  119. DEFPATH4=
  120. OVERTEXT4=
  121. FLAGS4=0,0,0,0,0,1,0,0,0,0,1,0,EX_
  122. FILE5=C:\SB\DEINST\DEINST.EXE
  123. TARGET5=%InstallPath%
  124. COMMENT5=Copying: De-Installer Executable
  125. CUECARD5=(Current)
  126. ICONTEXT5=
  127. PARAMS5=
  128. ICONINFO5=0,
  129. DEFPATH5=
  130. OVERTEXT5=
  131. FLAGS5=0,0,0,0,0,1,0,0,0,0,1,0,EX_
  132. FILE6=C:\SB\BUILDER\BLDR16\BLDR16.EXE
  133. TARGET6=%InstallPath%
  134. COMMENT6=Copying: Setup Builder 16-bit Executable
  135. CUECARD6=(Current)
  136. ICONTEXT6=Setup Builder (16-bit)
  137. PARAMS6=
  138. ICONINFO6=0,
  139. DEFPATH6=
  140. OVERTEXT6=
  141. FLAGS6=0,0,1,0,0,1,1,0,0,0,1,0,EX_
  142. FILE7=C:\SB\BUILDER\BLDR32\BLDR32.EXE
  143. TARGET7=%InstallPath%
  144. COMMENT7=Copying: Setup Builder 32-bit Executable
  145. CUECARD7=(Current)
  146. ICONTEXT7=Setup Builder (32-bit)
  147. PARAMS7=
  148. ICONINFO7=0,
  149. DEFPATH7=
  150. OVERTEXT7=
  151. FLAGS7=0,0,1,0,0,1,1,0,0,0,1,0,ex_
  152. FILE8=C:\SB\BUILDER\HELP\BUILDER.HLP
  153. TARGET8=%InstallPath%
  154. COMMENT8=Copying: Setup Builder Help File
  155. CUECARD8=(Current)
  156. ICONTEXT8=Setup Builder Help
  157. PARAMS8=
  158. ICONINFO8=0,
  159. DEFPATH8=
  160. OVERTEXT8=
  161. FLAGS8=0,0,1,0,0,1,1,0,0,0,1,0,HL_
  162. FILE9=C:\SB\HELP\SETUP.HLP
  163. TARGET9=%InstallPath%
  164. COMMENT9=Copying: Setup Script Language Help File
  165. CUECARD9=PROMO2
  166. ICONTEXT9=Setup Script Help
  167. PARAMS9=
  168. ICONINFO9=0,
  169. DEFPATH9=
  170. OVERTEXT9=
  171. FLAGS9=0,0,1,0,0,1,1,0,0,0,1,0,HL_
  172. FILE10=C:\SB\INSTALL\COMPRESS.EXE
  173. TARGET10=%InstallPath%
  174. COMMENT10=Copying: Compression Utility
  175. CUECARD10=(Current)
  176. ICONTEXT10=
  177. PARAMS10=
  178. ICONINFO10=0,
  179. DEFPATH10=
  180. OVERTEXT10=
  181. FLAGS10=0,0,0,0,0,1,1,0,1,0,1,0,EX_
  182. FILE11=C:\SB\INSTALL\COMPRESS.TXT
  183. TARGET11=%InstallPath%
  184. COMMENT11=Copying: Compression Utility
  185. CUECARD11=(Current)
  186. ICONTEXT11=
  187. PARAMS11=
  188. ICONINFO11=0,
  189. DEFPATH11=
  190. OVERTEXT11=
  191. FLAGS11=0,0,0,0,0,1,1,0,1,0,1,0,TX_
  192. FILE12=C:\SB\INSTALL\DOSEXEC.PIF
  193. TARGET12=%InstallPath%
  194. COMMENT12=Copying: PIF File
  195. CUECARD12=PROMO3
  196. ICONTEXT12=
  197. PARAMS12=
  198. ICONINFO12=0,
  199. DEFPATH12=
  200. OVERTEXT12=
  201. FLAGS12=0,0,0,0,0,1,0,0,0,0,1,0,PI_
  202. FILE13=C:\SB\INSTALL\IMPORT.INI
  203. TARGET13=%InstallPath%
  204. COMMENT13=Copying: Third Party Components Configuration File
  205. CUECARD13=(Current)
  206. ICONTEXT13=
  207. PARAMS13=
  208. ICONINFO13=0,
  209. DEFPATH13=
  210. OVERTEXT13=
  211. FLAGS13=0,0,0,0,1,1,1,0,0,0,1,0,IN_
  212. FILE14=C:\SB\INSTALL\PRNT.BAT
  213. TARGET14=%InstallPath%
  214. COMMENT14=Copying: Registration Support File
  215. CUECARD14=(Current)
  216. ICONTEXT14=
  217. PARAMS14=
  218. ICONINFO14=0,
  219. DEFPATH14=
  220. OVERTEXT14=
  221. FLAGS14=0,0,0,0,0,1,0,0,0,0,1,0,BA_
  222. FILE15=C:\LADMIN\LADMIN16\LADMIN16.EXE
  223. TARGET15=%InstallPath%
  224. COMMENT15=Copying: License Administration Utility
  225. CUECARD15=(Current)
  226. ICONTEXT15=
  227. PARAMS15=
  228. ICONINFO15=0,
  229. DEFPATH15=
  230. OVERTEXT15=
  231. FLAGS15=0,0,0,0,0,1,1,0,0,0,1,0,EX_
  232. FILE16=C:\LADMIN\LADMIN32\LADMIN32.EXE
  233. TARGET16=%InstallPath%
  234. COMMENT16=Copying: License Administration Utility
  235. CUECARD16=(Current)
  236. ICONTEXT16=
  237. PARAMS16=
  238. ICONINFO16=0,
  239. DEFPATH16=
  240. OVERTEXT16=
  241. FLAGS16=0,0,0,0,0,1,1,0,0,0,1,0,EX_
  242. FILE17=C:\SWM\ORDERAUS.TXT
  243. TARGET17=%InstallPath%
  244. COMMENT17=Copying: Supporting Documentation
  245. CUECARD17=(Current)
  246. ICONTEXT17=
  247. PARAMS17=
  248. ICONINFO17=0,
  249. DEFPATH17=
  250. OVERTEXT17=
  251. FLAGS17=0,0,0,0,0,1,0,0,0,0,1,0,TX_
  252. FILE18=C:\SWM\ORDERUK.TXT
  253. TARGET18=%InstallPath%
  254. COMMENT18=Copying: Supporting Documentation
  255. CUECARD18=(Current)
  256. ICONTEXT18=
  257. PARAMS18=
  258. ICONINFO18=0,
  259. DEFPATH18=
  260. OVERTEXT18=
  261. FLAGS18=0,0,0,0,0,1,0,0,0,0,1,0,TX_
  262. FILE19=C:\SWM\COMMENTS.TXT
  263. TARGET19=%InstallPath%
  264. COMMENT19=Copying: Supporting Documentation
  265. CUECARD19=(Current)
  266. ICONTEXT19=
  267. PARAMS19=
  268. ICONINFO19=0,
  269. DEFPATH19=
  270. OVERTEXT19=
  271. FLAGS19=0,0,0,0,0,1,0,0,0,0,1,0,TX_
  272. FILE20=C:\SB\INSTALL\VENDORS.TXT
  273. TARGET20=%InstallPath%
  274. COMMENT20=Copying: Supporting Documentation
  275. CUECARD20=(Current)
  276. ICONTEXT20=
  277. PARAMS20=
  278. ICONINFO20=0,
  279. DEFPATH20=
  280. OVERTEXT20=
  281. FLAGS20=0,0,0,0,0,1,0,0,0,0,1,0,TX_
  282. FILE21=C:\SB\INSTALL\INSTALL.TXT
  283. TARGET21=%InstallPath%
  284. COMMENT21=Copying: Supporting Documentation
  285. CUECARD21=(Current)
  286. ICONTEXT21=Install Notes
  287. PARAMS21=
  288. ICONINFO21=0,
  289. DEFPATH21=
  290. OVERTEXT21=
  291. FLAGS21=0,0,1,0,0,1,0,0,0,0,1,0,TX_
  292. FILE22=C:\SB\INSTALL\README.TXT
  293. TARGET22=%InstallPath%
  294. COMMENT22=Copying: Supporting Documentation
  295. CUECARD22=PROMO4
  296. ICONTEXT22=ReadMe
  297. PARAMS22=
  298. ICONINFO22=0,
  299. DEFPATH22=
  300. OVERTEXT22=
  301. FLAGS22=0,0,1,0,0,1,0,0,0,0,1,0,TX_
  302. FILE23=C:\SB\INSTALL\FILE_ID.DIZ
  303. TARGET23=%InstallPath%
  304. COMMENT23=Copying: Supporting Documentation
  305. CUECARD23=(Current)
  306. ICONTEXT23=
  307. PARAMS23=
  308. ICONINFO23=0,
  309. DEFPATH23=
  310. OVERTEXT23=
  311. FLAGS23=0,0,0,0,0,1,0,0,0,0,1,0,DI_
  312. FILE24=C:\SB\OBJECTS\ASKPATH.DLG
  313. TARGET24=%InstallPath%OBJECTS\
  314. COMMENT24=Copying: Sample Files
  315. CUECARD24=(Current)
  316. ICONTEXT24=
  317. PARAMS24=
  318. ICONINFO24=0,
  319. DEFPATH24=
  320. OVERTEXT24=
  321. FLAGS24=0,0,0,0,0,1,0,0,0,0,2,0,DL_
  322. FILE25=C:\SB\OBJECTS\DEFAULT.BKD
  323. TARGET25=%InstallPath%OBJECTS\
  324. COMMENT25=Copying: Default Object Files
  325. CUECARD25=(Current)
  326. ICONTEXT25=
  327. PARAMS25=
  328. ICONINFO25=0,
  329. DEFPATH25=
  330. OVERTEXT25=
  331. FLAGS25=0,0,0,0,0,1,0,0,0,0,2,0,BK_
  332. FILE26=C:\SB\OBJECTS\DEFAULT.CUE
  333. TARGET26=%InstallPath%OBJECTS\
  334. COMMENT26=Copying: Default Object Files
  335. CUECARD26=(Current)
  336. ICONTEXT26=
  337. PARAMS26=
  338. ICONINFO26=0,
  339. DEFPATH26=
  340. OVERTEXT26=
  341. FLAGS26=0,0,0,0,0,1,0,0,0,0,2,0,CU_
  342. FILE27=C:\SB\OBJECTS\DEINSTAL.DLG
  343. TARGET27=%InstallPath%OBJECTS\
  344. COMMENT27=Copying: Sample Object Files
  345. CUECARD27=(Current)
  346. ICONTEXT27=
  347. PARAMS27=
  348. ICONINFO27=0,
  349. DEFPATH27=
  350. OVERTEXT27=
  351. FLAGS27=0,0,0,0,0,1,0,0,0,0,2,0,DL_
  352. FILE28=C:\SB\OBJECTS\DIALOG1.DLG
  353. TARGET28=%InstallPath%OBJECTS\
  354. COMMENT28=Copying: Sample Object Files
  355. CUECARD28=(Current)
  356. ICONTEXT28=
  357. PARAMS28=
  358. ICONINFO28=0,
  359. DEFPATH28=
  360. OVERTEXT28=
  361. FLAGS28=0,0,0,0,0,1,0,0,0,0,2,0,DL_
  362. FILE29=C:\SB\OBJECTS\DIALOG2.DLG
  363. TARGET29=%InstallPath%OBJECTS\
  364. COMMENT29=Copying: Sample Object Files
  365. CUECARD29=(Current)
  366. ICONTEXT29=
  367. PARAMS29=
  368. ICONINFO29=0,
  369. DEFPATH29=
  370. OVERTEXT29=
  371. FLAGS29=0,0,0,0,0,1,0,0,0,0,2,0,DL_
  372. FILE30=C:\SB\OBJECTS\LICENSE.DLG
  373. TARGET30=%InstallPath%OBJECTS\
  374. COMMENT30=Copying: Sample Files
  375. CUECARD30=(Current)
  376. ICONTEXT30=
  377. PARAMS30=
  378. ICONINFO30=0,
  379. DEFPATH30=
  380. OVERTEXT30=
  381. FLAGS30=0,0,0,0,0,1,0,0,0,0,2,0,DL_
  382. FILE31=C:\SB\OBJECTS\OKBOX.DLG
  383. TARGET31=%InstallPath%OBJECTS\
  384. COMMENT31=Copying: Sample Files
  385. CUECARD31=(Current)
  386. ICONTEXT31=
  387. PARAMS31=
  388. ICONINFO31=0,
  389. DEFPATH31=
  390. OVERTEXT31=
  391. FLAGS31=0,0,0,0,0,1,0,0,0,0,2,0,DL_
  392. FILE32=C:\SB\OBJECTS\REGISTER.CUE
  393. TARGET32=%InstallPath%OBJECTS\
  394. COMMENT32=Copying: Sample Object Files
  395. CUECARD32=PROMO5
  396. ICONTEXT32=
  397. PARAMS32=
  398. ICONINFO32=0,
  399. DEFPATH32=
  400. OVERTEXT32=
  401. FLAGS32=0,0,0,0,0,1,0,0,0,0,2,0,CU_
  402. FILE33=C:\SB\OBJECTS\WELCOME.DLG
  403. TARGET33=%InstallPath%OBJECTS\
  404. COMMENT33=Copying: Sample Files
  405. CUECARD33=(Current)
  406. ICONTEXT33=
  407. PARAMS33=
  408. ICONINFO33=0,
  409. DEFPATH33=
  410. OVERTEXT33=
  411. FLAGS33=0,0,0,0,0,1,0,0,0,0,2,0,DL_
  412. FILE34=C:\SB\SAMPLES\DIAMOND.BMP
  413. TARGET34=%InstallPath%SAMPLES\
  414. COMMENT34=Copying: Sample Files
  415. CUECARD34=(Current)
  416. ICONTEXT34=
  417. PARAMS34=
  418. ICONINFO34=0,
  419. DEFPATH34=
  420. OVERTEXT34=
  421. FLAGS34=0,0,0,0,0,1,0,0,0,0,4,0,BM_
  422. FILE35=C:\SB\SAMPLES\PANEL.BMP
  423. TARGET35=%InstallPath%SAMPLES\
  424. COMMENT35=Copying: Sample Files
  425. CUECARD35=(Current)
  426. ICONTEXT35=
  427. PARAMS35=
  428. ICONINFO35=0,
  429. DEFPATH35=
  430. OVERTEXT35=
  431. FLAGS35=0,0,0,0,0,1,0,0,0,0,4,0,BM_
  432. FILE36=C:\SB\SAMPLES\ROUNDPT.BMP
  433. TARGET36=%InstallPath%SAMPLES\
  434. COMMENT36=Copying: Sample Files
  435. CUECARD36=(Current)
  436. ICONTEXT36=
  437. PARAMS36=
  438. ICONINFO36=0,
  439. DEFPATH36=
  440. OVERTEXT36=
  441. FLAGS36=0,0,0,0,0,1,0,0,0,0,4,0,BM_
  442. FILE37=C:\SB\SAMPLES\SQUAREPT.BMP
  443. TARGET37=%InstallPath%SAMPLES\
  444. COMMENT37=Copying: Sample Files
  445. CUECARD37=(Current)
  446. ICONTEXT37=
  447. PARAMS37=
  448. ICONINFO37=0,
  449. DEFPATH37=
  450. OVERTEXT37=
  451. FLAGS37=0,0,0,0,0,1,0,0,0,0,4,0,BM_
  452. FILE38=C:\SB\SAMPLES\SAMPLE1.SPJ
  453. TARGET38=%InstallPath%SAMPLES\
  454. COMMENT38=Copying: Sample Files
  455. CUECARD38=(Current)
  456. ICONTEXT38=
  457. PARAMS38=
  458. ICONINFO38=0,
  459. DEFPATH38=
  460. OVERTEXT38=
  461. FLAGS38=0,0,0,0,0,1,0,0,0,0,4,0,SP_
  462. FILE39=C:\SB\SAMPLES\SAMPLE2.SPJ
  463. TARGET39=%InstallPath%SAMPLES\
  464. COMMENT39=Copying: Sample Files
  465. CUECARD39=(Current)
  466. ICONTEXT39=
  467. PARAMS39=
  468. ICONINFO39=0,
  469. DEFPATH39=
  470. OVERTEXT39=
  471. FLAGS39=0,0,0,0,0,1,0,0,0,0,4,0,SP_
  472. FILE40=C:\SB\SAMPLES\SAMPLE3.INI
  473. TARGET40=%InstallPath%SAMPLES\
  474. COMMENT40=Copying: Sample Files
  475. CUECARD40=(Current)
  476. ICONTEXT40=
  477. PARAMS40=
  478. ICONINFO40=0,
  479. DEFPATH40=
  480. OVERTEXT40=
  481. FLAGS40=0,0,0,0,0,1,0,0,0,0,4,0,IN_
  482. FILE41=C:\SB\SAMPLES\SAMPLE3.SCR
  483. TARGET41=%InstallPath%SAMPLES\
  484. COMMENT41=Copying: Sample Files
  485. CUECARD41=(Current)
  486. ICONTEXT41=
  487. PARAMS41=
  488. ICONINFO41=0,
  489. DEFPATH41=
  490. OVERTEXT41=
  491. FLAGS41=0,0,0,0,0,1,0,0,0,0,4,0,SC_
  492. FILE42=C:\SB\INSTALL\SETUP.SPJ
  493. TARGET42=%InstallPath%SAMPLES\
  494. COMMENT42=Copying: Sample Files
  495. CUECARD42=(Current)
  496. ICONTEXT42=
  497. PARAMS42=
  498. ICONINFO42=0,
  499. DEFPATH42=
  500. OVERTEXT42=
  501. FLAGS42=0,0,0,0,0,1,0,0,0,0,4,0,SP_
  502.